Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Constants and Data Types
The Applet Locator


Applet Locator Optional Parameters

When passing the applet locator data structure to the JMNewAppletLocatorFromInfo function, you can provide optional parameters to be passed to the applet for execution. Such parameters are defined by the JMLibOptionalParams data type.

struct JMLIBOptionalParams {
   char* fParamName;
   char* fParamValue;
};
Field Description
fParamName
The name of the optional parameter (as found in the NAME field of a <PARAM> applet tag).
fParamValue
The value of the optional parameter (as found in the VALUE field of a <PARAM> applet tag).

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997